home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / LCLINT-D.SPK / lclint / guide / rstring.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-26  |  106 b   |  7 lines

  1. typedef /*@abstract@*/ /*@refcounted@*/ struct {
  2.    /*@refs@*/ int refs;
  3.    char *contents;
  4. } *rstring;
  5.  
  6.  
  7.